/* #gywm-banner .banner-text-box {
    top: 150px;
} */
.mkkj {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: -105px;
}

.mkkj-item-r {
    background-image: url(/template/default/images/gywm-mkkjbg.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 30px 80px;
    background-color: #fff;
    flex: 2;
    z-index: 10;
}

.countUp {
    font-size: 50px;
    text-align: center;
    color: #0068ba;
    font-weight: 600 !important;
}

.mkkj-item-l img {
    width: 730px;
}

.mkkj-item-r .mkkj-item-r-m {
    display: flex;
    min-width: 800px;
}

.mkkj-item-r .mkkj-item-r-m .mkkj-item-mitem {
    display: flex;
    flex-direction: column;
    padding: 15px 15px 15px 0;
    flex: 1;
}

.mkkj-item-r .mkkj-item-r-m .mkkj-item-mitem .mkkj-item-mitem-num {
    font-size: 50px;
    text-align: center;
    color: #0068ba;
    font-weight: 600;
}

.mkkj-item-r .mkkj-item-r-m .mkkj-item-mitem .mkkj-item-mitem-tips {
    font-size: 16px;
    text-align: center;
}

.mkkj-item-r .mkkj-item-r-m .mkkj-item-mitem .mkkj-item-mitem-num .fsize-S {
    font-size: 20px;
    font-weight: 600 !important;
}

.mkkj-item-r .mkkj-item-r-m .mkkj-item-mitem .mkkj-item-mitem-num .fsize-L {
    font-size: 35px;
    font-weight: 600 !important;
}


.mkkj-item-text {
    max-width: 670px;
    line-height: 30px;
    font-size: 18px;
}

.mkkj-item-text>div {
    margin-bottom: 20px;
}

.mkkj-item-title {
    font-size: 30px;
    color: #0068ba;
    line-height: 1.6;
    font-weight: 700;
    margin: 50px 0 20px;
}

#qyjzg {
    background-color: #fff;
}

.qyjzg-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qyjzg-content-icon {
    display: flex;
    align-content: center;
    justify-content: center;
}

.qyjzg-content-icon img {
    width: 80px;
}

.qyjzg-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    padding: 30px;
    margin: 30px;
    background-color: #fff;
    transition: all 0.3s ease !important;
    transform-origin: center;
    will-change: transform;
    box-shadow: 2px 2px 5px #cfcfcf
}

.qyjzg-content-text {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 5px;
}

.qyjzg-content-en {
    color: #b8b8b8;
}

.qyjzg-icon-w {
    display: none;
}

/* 新增悬停效果 */
.qyjzg-content-item:hover {
    background-color: #1855A6 !important;
    transform: scale(1.05) !important;
    /* 轻微放大效果 */
}

.qyjzg-content-item:hover .qyjzg-content-text,
.qyjzg-content-item:hover .qyjzg-content-en {
    color: white !important;
}

.qyjzg-content-item:hover .qyjzg-icon-b {
    display: none !important;
}

.qyjzg-content-item:hover .qyjzg-icon-w {
    display: flex !important;
}

#gsry {
    background-image: url(/template/default/images/gsry-bg.jpg);
    background-size: cover;
    background-position: center;
}

.gsry-box {
    display: grid;
    grid-template-columns: repeat(5, 2fr);
    max-width: 1400px;
    margin: 0 auto;
    gap: 50px;
}

.gsry-box-item {
    background-image: url(/template/default/images/photo-bg.png);
    background-size: cover;
    background-position: center;
    padding: 15px 10px;
    width: 170px;
    height: 250px;
    margin: 0 auto;
}

.gsry-box-item img {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .mkkj {
        flex-direction: column;
        margin: 10px;
    }

    .mkkj-item-title {
        margin: 10px 0;
        font-size: 18px;
    }

    .mkkj-item-text {
        font-size: 16px;
    }
.mkkj-item-text>div{
    margin-bottom: 10px;
}
.countUp{
    font-size: 30px;
}
.mkkj-item-r .mkkj-item-r-m .mkkj-item-mitem .mkkj-item-mitem-tips{
    font-size: 14px;
}
    .mkkj-item-r {
        margin: 0;
        padding: 10px;
    }

    .mkkj-item-r .mkkj-item-r-m {
        min-width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 2fr);
    }

    .mkkj-item-r .mkkj-item-r-m .mkkj-item-mitem {
        padding: 0;
    }

    .mkkj-item-l img {
        width: 100%;
    }

    .qyjzg-content {
        flex-direction: column;
    }

    .qyjzg-content-item {
        margin: 10px;
    }

    .gsry-box {
        gap: 10px;
        grid-template-columns: repeat(2, 2fr);
    }
}